home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2897 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.4 KB

  1. Path: news.mind.net!news
  2. From: jyoung@mind.net (Jim Young)
  3. Newsgroups: comp.os.ms-windows.programmer.misc,comp.lang.c++
  4. Subject: Re: Windows App won't run outside Borland
  5. Date: Sat, 20 Jan 1996 08:21:27 GMT
  6. Organization: InfoStructure - Ashland, OR
  7. Message-ID: <4dq85a$37h@news.mind.net>
  8. References: <4dpff6$13bu@pulp.ucs.ualberta.ca>
  9. NNTP-Posting-Host: ip00.mind.net
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. Make sure that you are loading the DLLs that your application depends
  13. on such as BWCC.DLL and OWL250.DLL.
  14.  
  15. cburrell@gpu4.srv.ualberta.ca (Craig Burrell) wrote:
  16.  
  17. >  I have a Windows application (16 bit, Win 3.1) which I created using 
  18. >the Borland C++  4.5 package.  I am finding that my program will not run 
  19. >correctly unless the Borland program is running.
  20.  
  21. >  The problem seems to be  occuring when my program tries to construct 
  22. >custom dialog boxes.  I obtain an Application Error : GPF and it 
  23. >complains about OWL250.DLL.   
  24.  
  25. >  Now, I know I've seen the solution to this problem on these groups 
  26. >several months ago, but I can't for the life of me remember what to do.  
  27. >It's all very confusing.
  28.  
  29. >  Could someone familiar with the Borland environment help me out on 
  30. >this?  
  31.  
  32. >--
  33. >Craig Burrell                University of Alberta    
  34. >cburrell@gpu.srv.ualberta.ca               Physics IV
  35. >-----                               ------
  36. >'..I now demonstrate the frame of the System of the World...'
  37. >          - Sir Isaac Newton, "Principia"-
  38.  
  39.  
  40.